Introduction to GitHub Actions for R users
R-Ladies Abuja, Nigeria
Contact
Twitter: @BeaMilz
Blog: beamilz.com
About Bea
R-Ladies São Paulo Co-organizer
Teacher at Curso-R
Tidyverse instructor certified by RStudio
Scrape data from the internet
Run reports with RMarkdown or Quarto
Send emails
Save results
Deploy Shiny Apps.
.. And so on! Depends on what are your skills in R.
Run devtools::check()
Run tests
Build and update documentation and website
Git is a Version Control System (VCS).
It is able to store the change history of all files inside a folder, which we call a repository.
It becomes important as your work is collaborative.
Git is software that you can install on your computer.
GitHub is a service where you store and share Git repositories.
Used by millions of people in open or closed source projects.
Useful for collaborating with other programmers on data science projects.
There are alternatives such as GitLab and BitBucket.
GitHub is a website that you can access on the internet.
TODO! Adapt examples from:
https://curso-r.github.io/main-pacotes/slides/#87 https://beamilz.com/talks/pt/2021-github-actions-gyn/
TODO! Adapt examples from:
https://github.com/curso-r/202203-oficina-dsp/tree/main/oficinas/29-06-2022-automatizacao
rstudio::conf(2022) :Everyone who is here today! :D
Creators and contributors of r-lib/actions
Slides by Beatriz Milz (@BeaMilz), made with Quarto and Quarto R-Ladies Theme. Code available on GitHub.